home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / c / amigacc68k.lha / cc68k / README.AMIGA < prev    next >
Encoding:
Text File  |  1994-03-02  |  2.0 KB  |  73 lines

  1.  
  2.  
  3.                        CC68k Amiga - 68000 C compiler
  4.                      =================================
  5.  
  6.             Amiga port by Daniel Weber, dweber@amiga.icu.net.ch
  7.  
  8.                             Zuerich, 02-Mar-94
  9.  
  10.  
  11.  
  12.  
  13.  
  14. Notes
  15. ---------------------------------------
  16.   This is a modified version of Matthew Brandt's CC68k compiler. It is
  17. an optimizing C compiler for the Motorola 68000 processor.  The executable
  18. has been compiled using SAS/C 6.50 and the ProAsm assembler.
  19.  
  20.   The archive contains an executable version of CC68k and the complete
  21. sources and a test source.
  22.  
  23.   To rebuild the executable compile all .c files except sieve.c which is
  24. a test program.  Link these together with the c.o startup code, the sc.lib,
  25. the amiga.lib, and the scm.lib  libraries.
  26. SAS/C will issue a lot of warnings when compiling but they can be ignored,
  27. since the most of it is pre-ANSI C code.
  28.  
  29.   To use, just type 'CC68k file.c'.  Where file.c is the name of the file
  30. you want to be compiled.  The compiler will produce the files file.s
  31. and file.lis.  The .lis file is a listing, and the .s file is a valid
  32. assembler source.
  33.  
  34.  
  35.   For further information please read the READ.ME file.
  36.  
  37.  
  38.  
  39.   The original CC68k archive can be obtained from the Motorola BBS, or
  40. from several internet anonymous FTP sites this bulletin board is mirrored on:
  41.  
  42.                    bode.ee.ualberta.ca
  43.                    ernie.uvic.ca (login as ftp)
  44.                    calvin.stanford.edu
  45.                    ee.utal.edu
  46.                    red.cs.tcu.edu
  47.  
  48. The location of the Motorola BBS information inside these sites are
  49. unknown.  You'll have to dig around to find them.
  50.  
  51.  
  52.  
  53.  
  54. Disclaimer
  55. ---------------------------------------
  56. I do not accept any responsibility for this program as to reliability,
  57. correctness etc.
  58. You use this software completely at your own risk!
  59.  
  60.  
  61. The author makes no guarantees.
  62. This is not meant as a serious developement tool although it could,
  63. with little work, be made into one.  This compiler is intended as an
  64. instructive tool for personal use.
  65.  
  66.  
  67.  
  68.  
  69. Have fun.
  70.  
  71. Daniel Weber
  72.  
  73.